home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 005a / murd170.zip / SYSOP.DOC < prev    next >
Text File  |  1993-05-21  |  8KB  |  217 lines

  1.  
  2.                        M U R D E R      M A N S I O N
  3.  
  4.                              W r i t t e n    b y
  5.  
  6.                     W i l l i a m    H.    R o u n t r e e
  7.  
  8.                   C o p y r i g h t  (c)   1 9 9 2, 1 9 9 3
  9.  
  10.  
  11. Murder Mansion, Copyright (c) 1992, 1993 by William H. Rountree, is being
  12. distributed as Shareware. Under this concept you may use the SHAREWARE
  13. (unregistered) version for a reasonable period of time for evaluation
  14. after which you must either register your copy or discontinue  usage.
  15.                      
  16. Disclaimer:
  17.  
  18.      This program and other files associated with it are not 
  19.      guaranteed to be bug free or virus free.  We are not
  20.      responsible for any damages of any kind, including
  21.      profit loses and dta loss, that relate directly or
  22.      indirectly to these programs and files.  You may
  23.      distribute this program, as long as it is in unmodified 
  24.      for with all the files originally included.
  25.  
  26. Credits:
  27.      QuickBasic (R) is a registered trade mark of Microsoft Corporation
  28.  
  29.      PCBoard (R) is a registered trade mark of Clark Development
  30.                  Corporation
  31.  
  32.      Door Source is copyrighted Computer City, USA 1988, 1989, 1990, 
  33.                  1991
  34.  
  35. Overview:
  36.  
  37.           * * * * * * * This Door Requires ANSI  * * * * * * *
  38.  
  39.      Murder Mansion is a role playing type door game.  This door does not
  40.      contain any time limit except that of the user's existing time left
  41.      online.  Although not written to operate on a multi-tasking environment,
  42.      it has been tested to do so without any known problems.  This door will
  43.      support a unlimited number of users.  This door will support RBBS,
  44.      Wildcat and PCBoard.  It is also written to be able to use Com ports and
  45.      IRQ's not usually used.  This door does NOT require any daily maintance.
  46.      This door code is written using QuickBasic 4.5 and DoorSource 4.0C
  47.      runtime library.
  48.  
  49. Configuration file setup:
  50.  
  51.      Example:
  52.  
  53.      line 1:         C:\PCB\PCBOARD.SYS
  54.      line 2:         Prime Base
  55.      line 3:         William
  56.      line 4:         Rountree
  57.      line 5:         00000000
  58.      line 6:         50
  59.      line 7:         14
  60.      line 8:         3
  61.  
  62.      Line 1 is a drive/path/filename to the bbs interface file.
  63.      Line 2 is the name of the BBS using this door.
  64.      Line 3 is the first name of Sysop.
  65.      Line 4 is the last name of the Sysop.
  66.      Line 5 is the registration number.
  67.      Line 6 is the number of users able to play per game.
  68.      Line 7 is the number of days before an inactive player is removed.
  69.      Line 8 is the number of cases allowed each day.
  70.  
  71.      Note:  All 8 lines must exist for proper operation.
  72.  
  73.      PCBOARD.SYS, DOOR.SYS (31 Line), DORINFO1.DEF, or CALLINFO.BBS     
  74.      may be used in line #1.
  75.  
  76. Batch file setup:
  77.  
  78.      Example:          
  79.      
  80.      cd\doors\murder      
  81.      murder murder.cfg
  82.      cd\pcb
  83.      board
  84.  
  85. Here are some additional options available to use on the command line:
  86.  
  87. LOCKED:xxxxx  - Forces Dooor Source to lock the modem at the
  88.                 speed given.
  89. LOCAL         - Forces Door Source to run in local mode. This
  90.                 is really meant for testing purposes, but it
  91.                 still reads the configuration file, but doesn't
  92.                 read the bbs interface file.
  93. NETWORK       - Forces file sharing to be active incase you
  94.                 are using something other than SHARE to manage
  95.                 file locking.
  96. IRQ=n         - Lets you change the IRQ used for the com port
  97.                 specified in the bbs interface file.
  98.                 (See below for more information)
  99. ADDR=&Hnnnn   - Lets you change the address used for the com
  100.                 port specified in the bbs interface file.
  101.                 (See below for more information)
  102. PS2           - Forces the PS/2 IRQs and addresses if a PS/2
  103.                 isn't detected (Normally it is, but you can't
  104.                 always tell!)
  105. RBBS          - Forces Door Source into RBBS/QBBS mode
  106. WILDCAT       - Forces Door Source into Wildcat 2.0 mode
  107. DOORSYS       - Forces Door Source into 31-Line DOOR.SYS mode
  108. PCB121        - Forces Door Source into PCBoard 11.8/12.x mode
  109.                 with COM 1 active
  110. PCB122        - Forces Door Source into PCBoard 11.8/12.x mode
  111.                 with COM 2 active
  112. PCB14         - (DEFAULT) Forces Door Source into PCBoard 14.x
  113.                 mode
  114.  
  115. Example type: maze maze.cfg local
  116. This will allow you to play the game locally without a BBS.
  117.  
  118. When you use the IRQ or the ADDR option, you must include the other.
  119. You can't use just the IRQ and not the ADDR, and you can't use just
  120. the ADDR and not the IRQ. Here's a chart with the STANDARD IRQs
  121. and addresses for the PS/2s and IBM PCs:
  122.                         Non PS/2
  123.         Com port       IRQ     Address
  124.            1             4       &H3F8
  125.            2             3       &H2F8
  126.            3             4       &H3E8
  127.            4             3       &H2E8
  128.           5-8            4       &H3F8
  129.  
  130.                         PS/2
  131.         Com port       IRQ     Address
  132.            1             4       &H3F8
  133.            2             3       &H2F8
  134.            3             3       &H3220
  135.            4             3       &H3228
  136.            5             3       &H4220
  137.            6             3       &H4228
  138.            7             3       &H5220
  139.            8             3       &H5228
  140.  
  141.  
  142. List of function keys:
  143.  
  144.      F-3  : Printer toggle
  145.      F-4  : Page bell toggle
  146.      F-5  : Shell to DOS
  147.      F-7  : Caller alarm toggle
  148.      F-8  : Return caller to board
  149.      F-10 : Start Sysop chat
  150.      ESC  : End Sysop chat
  151.     Alt-X : Drop to DOS after caller logs off
  152.     ALT-N : Sysop next on flag
  153.  
  154. Daily Maintance:
  155.  
  156.      No modification of your daily maintance is required since Murder Mansion
  157.      performs it's Daily Maintance on the first caller that day.  This
  158.      Maintance is very short and should not delay the play by that call
  159.      very much.
  160.  
  161. Limitations:
  162.  
  163.      This door will continue to operate in it's original condition until
  164.      it is registered.  The unregistared version is limited to 1 case per
  165.      day, while the registered is Sysop configurable upto 9 cases per day.
  166.  
  167. Beta Testing:
  168.  
  169.      This door was extensively tested on three BBS boards, including my own.
  170.      I wish to thank DarkStar and Bill Velez for setting up the game on
  171.      their boards.  Please patronize their boards, as they are among the
  172.      finest in the Seattle area:
  173.  
  174.      DARKSTAR'S AWESOME FREAKING STARGAZER BOARD (Port Orchard, WA)
  175.      (206)871-3965  ***YOUR NASA CONNECTION***  Over 600 NASA files from
  176.      NASA SpaceLink!  Online CDRom, door games, approaching one gigabyte
  177.      of file storage!  SYSOP: DarkStar.
  178.  
  179.      WINGS BBS (Port Orchard, WA)  (206)876-6735, (206)895-0981 14.4 USR HST
  180.      (206)895-1077 16.800 USR HST DS  Over FIVE GIGABYTES of GREAT shareware
  181.      online!  SYSOP:  Bill Velez.
  182.  
  183.      This door was extensively tested on board the USS Nimitz.  I would like
  184.      to thank everyone who participated.  I especially would like to thank
  185.      Randy Klinginsmith, William Myers, and Frank Godfrey for their help and
  186.      suggestions.
  187.  
  188. Registration:
  189.  
  190.      Murder Mansion costs $15.00 US currency to register.  I will post a 
  191.      message on Prime Base in the Door Support Conference with your 
  192.      individual registration number.  If you have any problems or questions,
  193.      please leave all messages in this area for:
  194.     
  195.           William Rountree or Sysop at:
  196.  
  197.           Prime Base Node #1: (804) 587-4289   14,400 V32Bis, V42Bis
  198.           Prime Base Node #2: (804) 587-4382   16,800 USR Dual Standard
  199.  
  200. Upgrading from previous versions:
  201.  
  202.      1. Copy *.ans into your door directory.
  203.      2. Copy murder.exe into your door directory.
  204.      3. Copy *.leg into your door directory.
  205.      4. Copy top.mdr into your door directory.
  206.      5. Change your system date to yesterday.
  207.      6. Enter : MURDER MURDER.CFG LOCAL.
  208.      7. Log on. (This generates new cases in the new format.)
  209.      8. Quit
  210.      9. Change the system date back to normal.
  211.      
  212. Support:
  213.  
  214.       Starting with the release of my 3rd Door Game: Space Race, I have
  215.       decided to release my voice phone number: 804-587-3082.  If you have
  216.       problems, questions, or suggestions, please feel free to contact me.
  217.